Register all stock icons "unscaled" so that we don't have icons only
authorOwen Taylor <otaylor@redhat.com>
Wed, 27 Feb 2002 17:35:58 +0000 (17:35 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 27 Feb 2002 17:35:58 +0000 (17:35 +0000)
commite6f466c12e90abd896a3af412f19c816e5773636
treebe65285db35caf1554f873c3b8381061ace152ac
parentbc94033dd3c2c5826557593d6d066f4d82da3eae
Register all stock icons "unscaled" so that we don't have icons only

Wed Feb 27 12:34:21 2002  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkiconfactory.c: Register all stock icons
"unscaled" so that we don't have icons only available
at some sizes. (#68896)

Wed Feb 27 11:59:05 2002  Owen Taylor  <otaylor@redhat.com>

Some ASCII vs. locale fixes from Darin Adler (#55837)

* gtk/gtkcombo.c (gtk_combo_find): Implement real
case-insensitive comparison using g_utf8_casefold().

* gtk/gtkaccellabel.c (gtk_accel_label_refetch): Fix
assignment of gunichar to char by replacing g_unichar_totitle
with g_ascii_toupper ... the contents would only be ascii
here anyways.

* gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale)
* gtk/gtkfontsel.c (gtk_font_selection_show_available_fonts):
Replace a calls to g_strcasecmp() with g_ascii_strcasecmp().
12 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/x11/gdkim-x11.c
gtk/gtkaccellabel.c
gtk/gtkcombo.c
gtk/gtkfontsel.c
gtk/gtkiconfactory.c